home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
pc
/
shared.dir
/
01972_Script_turnOffPuppets
< prev
next >
Wrap
Text File
|
1995-09-13
|
739b
|
31 lines
global gNewMarker, gBtn16, gBtn17, gBtn18,gQuest,gTheHelpIsOn
on TurnOffPuppets pDontKillSound
WatchCursor
if objectp(gQuest) then resetQuestionMark(gQuest) --APN 6/29
repeat with x = 2 to 28
puppetsprite x, false
end repeat
repeat with x = 39 to 43
puppetsprite x, false
end repeat
if voidp(pDontKillSound) then puppetsound 0 --APN 7/19
sound stop 3
sound stop 2
if gTheHelpIsOn = 1 then
set gTheHelpIsOn = 0
TurnOffHelpSounds
end if
if ObjectP(gBtnTOC1) then
TOCKill
end if
if ObjectP (gBtn16) then
HideControl (gBtn16)
end if
if objectp (gBtn17) then
HideControl (gBtn17)
end if
if objectp (gBtn18) then
HideControl (gBtn18)
end if
end